home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Leonardo the Inventor
/
Leonardo The Inventor (93026)(Broderbund)(Riverdeep)(2004).iso
/
LEOWINMV
/
SHARED.DIR
/
03147_Script_forceRefreshDigitalVideo
< prev
next >
Wrap
Text File
|
1996-04-01
|
338b
|
8 lines
on forceRefreshDigitalVideo whichSprite
set C = the castNum of sprite whichSprite
if the castType of cast C <> #digitalVideo then exit
set oldDirectToStage = the directToStage of cast C
set the directToStage of cast C = FALSE
set the directToStage of cast C = TRUE
set the directToStage of cast C = oldDirectToStage
end